home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
ID99MENU.DIR
/
00039.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-29
|
190 b
|
12 lines
property s
global shownqmessage
on beginSprite me
s = me.spriteNum
sprite(s).visible = not (shownqmessage = 1)
end
on prepareFrame me
sprite(s).visible = not (shownqmessage = 1)
end